www.gusucode.com > 地方成人教育中心整站源代码 1 > 地方成人教育中心整站源代码 1.0/manage/Config_Column.asp

    <!--#include file="chkuser.asp"-->
<!--#include file="conn.asp"-->
<!--#include file="Function/Function_Column.asp"-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="copyright" content="Copyright 2008 dananshan.com" />
<meta name="Author" content="闪电文章管理系统技术支持---www.dananshan.com" />
<meta name="Keywords" content="闪电文章管理系统文章管理系统" />
<meta name="Description" content="闪电文章管理系统文章管理系统" />
<title>栏目管理</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<script language="javascript" src="../js/Admin.js"></script>
</head>
<body>
<% 
'========判断是否具有管理权限
if Instr(session("AdminPower"),"|02,")=0 then 
	response.write ("<font color='red')>你不具有该管理模块的操作权限,请返回!</font>")
	response.end
else
	Call Main_Content()
	if Request.QueryString ("Action")="Add" then call Add_Content()
	if Request.QueryString ("Action")="Edit" then call Edit_Content()
end if
 %>
</body>
</html>